home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / qprn102.zip / HISTORY.DOC < prev    next >
Text File  |  1993-04-25  |  8KB  |  148 lines

  1. Version 1.02     4/25/93: Fixed a bug in the routine which updates message
  2.                           counts in CONTROL.DAT.
  3.                                                  Mike Dunsmore
  4.  
  5. Version 1.01     4/9/93:  Placing a B after the S switch in a prune file
  6.                           will locate messages whose subject line begins
  7.                           with "text".   
  8.                                                  Walt Fletcher
  9.  
  10.                           Placing a P after the F, T, B, or S switches in a
  11.                           prune file will locate messages that contain
  12.                           "text" within the appropriate field(s).
  13.                           Note: the W switch from earlier versions is still
  14.                           recognized, though no longer documented.
  15.  
  16.                           Added the D prune-file switch, which allows
  17.                           messages to be pruned out based on their age.
  18.                           For example, A,D:30 will remove messages older
  19.                           than 30 days throughout the QWK packet.
  20.                           
  21.                                                  Lawrence Johnstone
  22.  
  23.                           Placing a tilde (~) between the switch and the
  24.                           text to search for will prune out all messages
  25.                           that do not match the search specification.
  26.                           For example, A,B~@ME@ will delete all messages
  27.                           that are not either to or from you.
  28.  
  29.                           Suppressed the "Unable to read <prune file>"
  30.                           message if the default prune file (BBSID.PRN)
  31.                           is being used and does not exist.
  32.                           
  33.                                                  Michael Robertson
  34.  
  35.                           Added the /Dnn command line option.  If wildcards
  36.                           are used in the QWK file name, or the default
  37.                           (*.QW*) is used, packets older than nn days will
  38.                           not be pruned.
  39.  
  40.                           Fixed a bug with having one prune file entry
  41.                           process over 590 messages.
  42.  
  43.                           Added the ability to strip "Re :" prefixes and
  44.                           leading whitespace from subject lines.
  45.  
  46.                           Added code that should fix problems caused by
  47.                           doors such as TQM and WWIVmail 4.4 that
  48.                           null-terminate message and reference numbers.
  49.                           
  50.                                                  Lawrence Johnstone
  51.  
  52.                           Added code to preserve private email in packets
  53.                           from WWIVmail 4.4 and 4.5.
  54.                           
  55.                                                  Lawrence Johnstone
  56.  
  57.                           In the configuration file, %q may be used as a
  58.                           substitute for the QWK file name.
  59.  
  60.                           Added auto-detection of ZOO files.
  61.  
  62.                           Added code to delete bookmarks from DeLuxe²,
  63.                           KingQWK, Session Manager, and Blue Wave if any
  64.                           messages are pruned out.
  65.  
  66.                           If there are message counts in CONTROL.DAT and
  67.                           MESSAGES.DAT, they should now be updated when the
  68.                           QWK is rebuilt.
  69.  
  70. Version 1.00    12/18/92: Added support for a global prune file, which is
  71.                           used by all QWK packets.  Specify the filename
  72.                           with the "GLOBAL" option in the configuration
  73.                           file.  A global prune file may contain up to 25
  74.                           entries.  The "N:" (message number) switch is not
  75.                           valid within a global prune file, and conference
  76.                           numbers other than 'A' or 0 are invalid.
  77.                           When scanning a QWK packet for messages to
  78.                           delete, entries in the global prune file are
  79.                           processed first.
  80.  
  81.                           The command line option to tag messages for
  82.                           processing by QWKMerge is now /TQ (Tag QwkMerge).
  83.                           /T will tag messages for later deletion by
  84.                           setting the message-deleted flag in the message
  85.                           header.  /Q is no longer recognized as a command
  86.                           line option.
  87.  
  88.                           It is now possible to specify the QWK and prune
  89.                           directories on the command line.  If either entry
  90.                           ends in a backslash, period, or colon, QWKPRUNE
  91.                           will assume it's a directory name.
  92.  
  93.                           Packets with conference numbers greater than 8191
  94.                           should now be handled properly.
  95.  
  96.                           Added code to transparently repair conference
  97.                           numbers in packets from older doors.
  98.  
  99.                           Running QWKPRUNE without parameters now processes
  100.                           all QWK files in the QWK directory, using the
  101.                           default prune file(s).  To get the usage guide,
  102.                           use /H or /?.
  103.  
  104. Version 0.04ß  - 9/14/92: Restored code to stamp the pruned QWK with the
  105.                           time and date of the original.
  106.  
  107.                           Fixed a random bug that could cause lockups when
  108.                           operating on empty conferences.
  109.  
  110.                           QWKPRUNE will now strip multiple "(R)" and "Re:"
  111.                           prefixes from subject lines.
  112.  
  113.                           Added support for DOS wildcards in QWK file
  114.                           names.  The default extension for QWK files is
  115.                           now .QW* instead of .QWK.
  116.  
  117. Version 0.03ß  - 8/1/92:  Worked on Ctrl-Break handling to increase
  118.                           reliability.
  119.  
  120.                           In prune files, @ME@ can now be used as a
  121.                           substitute for your name.
  122.  
  123.                           If an error occurs when attempting to repack a
  124.                           QWK, the contents of the work directory will be
  125.                           preserved.
  126.  
  127.                           Added auto-detection of ZIP, LHA, and ARJ files.
  128.                           Because of this, PACKER and UNPACKER are no
  129.                           longer recognized as configuration options, so
  130.                           config files from earlier versions won't work.
  131.                           See the QWKPRUNE.CFG file included in the
  132.                           distribution archive for the new packer/unpacker
  133.                           options.
  134.  
  135.                           Added an option to set the default directory for
  136.                           prune files in the config file.
  137.  
  138. Version 0.02ß  - 6/12/92: The packer and unpacker are now spawned directly,
  139.                           rather than being run via shelling to DOS.
  140.  
  141.                           Increased the speed with which the modified
  142.                           MESSAGES.DAT is written to disk.
  143.  
  144.                           The buffer used to write the modified
  145.                           MESSAGES.DAT is now allocated dynamically.
  146.  
  147. Version 0.01ß  - 5/9/92:  Initial public beta release.
  148.